home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
window.arc
/
WINDOW.H
< prev
next >
Wrap
Text File
|
1985-09-26
|
640b
|
14 lines
typedef struct wcb /* --- window control block --- */
{
int ulx, /* upper left corner x coordinate */
uly, /* ditto y coordinate */
xsize, /* line width of inside of window */
ysize, /* number of lines inside of window */
cx, /* current cursor offset in window */
cy,
style, /* attribute to be used in window */
*scrnsave, /* pointer to screen save buffer */
oldx, /* cursor position when window was */
oldy; /* opened (used for screen restore) */
} WINDOW, *WINDOWPTR;